Skip to content

Commit b883701

Browse files
committed
Implement #138 on release v1.0-RC1
1 parent a32a63e commit b883701

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>1.0-DEV</version>
25+
<version>1.0.0-RC1<!-- basil version --></version>
2626
<relativePath>../parent</relativePath>
2727
</parent>
2828
<artifactId>core</artifactId>

it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>io.github.basilapi</groupId>
3131
<artifactId>parent</artifactId>
32-
<version>1.0-DEV</version>
32+
<version>1.0.0-RC1<!-- basil version --></version>
3333
<relativePath>../parent</relativePath>
3434
</parent>
3535

parent/pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>1.0-DEV</version>
25+
<version>1.0.0-RC1<!-- basil version --></version>
2626
<packaging>pom</packaging>
2727

2828
<name>BASIL :: Parent</name>
@@ -405,17 +405,6 @@
405405
</property>
406406
</activation>
407407

408-
<distributionManagement>
409-
<snapshotRepository>
410-
<id>ossrh</id>
411-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
412-
</snapshotRepository>
413-
<repository>
414-
<id>ossrh</id>
415-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
416-
</repository>
417-
</distributionManagement>
418-
419408
<build>
420409
<plugins>
421410
<plugin>
@@ -477,15 +466,26 @@
477466
</execution>
478467
</executions>
479468
</plugin>
469+
470+
<!-- <plugin>-->
471+
<!-- <groupId>org.sonatype.plugins</groupId>-->
472+
<!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
473+
<!-- <version>1.6.14</version>-->
474+
<!-- <extensions>true</extensions>-->
475+
<!-- <configuration>-->
476+
<!-- <serverId>ossrh</serverId>-->
477+
<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>-->
478+
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
479+
<!-- </configuration>-->
480+
<!-- </plugin>-->
481+
480482
<plugin>
481-
<groupId>org.sonatype.plugins</groupId>
482-
<artifactId>nexus-staging-maven-plugin</artifactId>
483-
<version>1.6.7</version>
483+
<groupId>org.sonatype.central</groupId>
484+
<artifactId>central-publishing-maven-plugin</artifactId>
485+
<version>0.8.0</version>
484486
<extensions>true</extensions>
485487
<configuration>
486-
<serverId>ossrh</serverId>
487-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
488-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
488+
<publishingServerId>central</publishingServerId>
489489
</configuration>
490490
</plugin>
491491
</plugins>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.basilapi</groupId>
2626
<artifactId>parent</artifactId>
27-
<version>1.0-DEV</version>
27+
<version>1.0.0-RC1<!-- basil version --></version>
2828
<relativePath>parent</relativePath>
2929
</parent>
3030
<name>BASIL :: Reactor</name>

rendering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>1.0-DEV</version>
25+
<version>1.0.0-RC1<!-- basil version --></version>
2626
<relativePath>../parent</relativePath>
2727
</parent>
2828
<artifactId>rendering</artifactId>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>io.github.basilapi</groupId>
24-
<version>1.0-DEV</version>
24+
<version>1.0.0-RC1<!-- basil version --></version>
2525
<relativePath>../parent</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>1.0-DEV</version>
25+
<version>1.0.0-RC1<!-- basil version --></version>
2626
<relativePath>../parent</relativePath>
2727
</parent>
2828
<artifactId>basil-server</artifactId>

sparql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>io.github.basilapi</groupId>
24-
<version>1.0-DEV</version>
24+
<version>1.0.0-RC1<!-- basil version --></version>
2525
<relativePath>../parent</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

2929
<artifactId>sparql</artifactId>
3030
<name>BASIL :: SPARQL</name>
31-
31+
<description>SPARQL processing with BASIL variable substitutions</description>
3232

3333
<dependencies>
3434

store-tdb2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>io.github.basilapi</groupId>
24-
<version>1.0-DEV</version>
24+
<version>1.0.0-RC1<!-- basil version --></version>
2525
<relativePath>../parent</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
@@ -31,7 +31,7 @@
3131

3232
<name>BASIL :: Store TDB2</name>
3333

34-
<description></description>
34+
<description>BASIL database: Jena TDB2</description>
3535

3636
<dependencies>
3737
<!-- Logging -->

store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>io.github.basilapi</groupId>
24-
<version>1.0-DEV</version>
24+
<version>1.0.0-RC1<!-- basil version --></version>
2525
<relativePath>../parent</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
@@ -31,7 +31,7 @@
3131

3232
<name>BASIL :: Store</name>
3333

34-
<description></description>
34+
<description>BASIL database: MySQL</description>
3535

3636
<dependencies>
3737
<!-- Logging -->

0 commit comments

Comments
 (0)