Skip to content

Commit

Permalink
Incremented Functjonal version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSchultheiss committed Jul 8, 2022
1 parent a848074 commit e367628
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 33 deletions.
2 changes: 1 addition & 1 deletion maven-scripts/build-local-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mvn install:install-file \
-Dfile=../src/main/resources/lib/functjonal-1.0-SNAPSHOT.jar \
-DgroupId=org.variantsync \
-DartifactId=functjonal \
-Dversion=1.0-SNAPSHOT \
-Dversion=1.0.1 \
-Dpackaging=jar \
-DgeneratePom=true

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.variantsync</groupId>
<artifactId>functjonal</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion repo/de/ovgu/featureide.lib.fm/maven-metadata-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>3.8.1</version>
</versions>
<lastUpdated>20220205170510</lastUpdated>
<lastUpdated>20220708133615</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion repo/net/ssehub/kernel_haven/maven-metadata-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>1.0.0</version>
</versions>
<lastUpdated>20220205170513</lastUpdated>
<lastUpdated>20220708133745</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>1.0.0</version>
</versions>
<lastUpdated>20220205170514</lastUpdated>
<lastUpdated>20220708133747</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion repo/org/sat4j/core/maven-metadata-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>2.3.5</version>
</versions>
<lastUpdated>20220205170515</lastUpdated>
<lastUpdated>20220708133749</lastUpdated>
</versioning>
</metadata>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.variantsync</groupId>
<artifactId>functjonal</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1</version>
<description>POM was created from install:install-file</description>
</project>
5 changes: 3 additions & 2 deletions repo/org/variantsync/functjonal/maven-metadata-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<groupId>org.variantsync</groupId>
<artifactId>functjonal</artifactId>
<versioning>
<release>1.0.1</release>
<versions>
<version>1.0-SNAPSHOT</version>
<version>1.0.1</version>
</versions>
<lastUpdated>20220629093021</lastUpdated>
<lastUpdated>20220708133743</lastUpdated>
</versioning>
</metadata>

0 comments on commit e367628

Please sign in to comment.