Deployment
GPG_TTY=$(tty)
export GPG_TTY
mvn clean deploy
 
Login to https://oss.sonatype.org and close and release staging repository.
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdcom.github.belaso | 
    
| ArtifactId | ArtifactIdspring-batch-filenet | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.belaso:spring-batch-filenet 
            This project contains extensions for Spring Batch (https://github.com/spring-projects/spring-batch)
        concerning IBM FileNet Content Manager (https://www.ibm.com/jm-en/marketplace/filenet-content-manager). 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.belaso/spring-batch-filenet/ -->
<dependency>
    <groupId>com.github.belaso</groupId>
    <artifactId>spring-batch-filenet</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.belaso/spring-batch-filenet/
implementation 'com.github.belaso:spring-batch-filenet:1.0.0'
                // https://jarcasting.com/artifacts/com.github.belaso/spring-batch-filenet/
implementation ("com.github.belaso:spring-batch-filenet:1.0.0")
                'com.github.belaso:spring-batch-filenet:jar:1.0.0'
                <dependency org="com.github.belaso" name="spring-batch-filenet" rev="1.0.0">
  <artifact name="spring-batch-filenet" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.belaso', module='spring-batch-filenet', version='1.0.0')
)
                libraryDependencies += "com.github.belaso" % "spring-batch-filenet" % "1.0.0"
                [com.github.belaso/spring-batch-filenet "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.batch : spring-batch-core | jar | [4.0.0.M1, 5.0.0) | 
| com.filenet » jace | jar | [5.2, 5.3) | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-test | jar | [5.0.0.M4, 6.0.0) | 
| org.junit.jupiter : junit-jupiter-engine | jar | [5.0.0-M4, 6.0.0) | 
GPG_TTY=$(tty)
export GPG_TTY
mvn clean deploy
 
Login to https://oss.sonatype.org and close and release staging repository.