File tree Expand file tree Collapse file tree 32 files changed +55
-81
lines changed Expand file tree Collapse file tree 32 files changed +55
-81
lines changed Original file line number Diff line number Diff line change 1717 java-version : ' 21'
1818 distribution : ' temurin'
1919 cache : maven
20- server-id : ossrh
21- server-username : OSSRH_USERNAME
22- server-password : OSSRH_PASSWORD
20+ server-id : central
21+ server-username : MAVEN_CENTRAL_USERNAME
22+ server-password : MAVEN_CENTRAL_PASSWORD
2323 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
2424 gpg-passphrase : GPG_PASSPHRASE
2525
3131 clean deploy
3232 env :
3333 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
34- OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
35- OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
34+ MAVEN_CENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
35+ MAVEN_CENTRAL_PASSWORD : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 # JVMs running the version specified in each module's maven.compiler.target property
2323 java-version : ' 21'
2424 distribution : ' temurin'
25- server-id : ossrh
26- server-username : OSSRH_USERNAME
27- server-password : OSSRH_PASSWORD
25+ server-id : central
26+ server-username : MAVEN_CENTRAL_USERNAME
27+ server-password : MAVEN_CENTRAL_PASSWORD
2828 - name : snapshot_release
2929 env :
30- OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
31- OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
30+ MAVEN_CENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
31+ MAVEN_CENTRAL_PASSWORD : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
3232 # Notes:
3333 # - tests already run in a separate action (main)
3434 run : |
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.langchain4j</groupId >
66 <artifactId >langchain4j-community</artifactId >
7- <version >1.0 .0-beta4 -SNAPSHOT</version >
7+ <version >1.1 .0-beta7 -SNAPSHOT</version >
88 <relativePath >../../pom.xml</relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.langchain4j</groupId >
66 <artifactId >langchain4j-community</artifactId >
7- <version >1.0 .0-beta4 -SNAPSHOT</version >
7+ <version >1.1 .0-beta7 -SNAPSHOT</version >
88 <relativePath >../../pom.xml</relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >dev.langchain4j</groupId >
77 <artifactId >langchain4j-community</artifactId >
8- <version >1.0 .0-beta4 -SNAPSHOT</version >
8+ <version >1.1 .0-beta7 -SNAPSHOT</version >
99 <relativePath >../../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.langchain4j</groupId >
66 <artifactId >langchain4j-community</artifactId >
7- <version >1.0 .0-beta4 -SNAPSHOT</version >
7+ <version >1.1 .0-beta7 -SNAPSHOT</version >
88 <relativePath >../../pom.xml</relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 2828<dependency >
2929 <groupId >dev.langchain4j</groupId >
3030 <artificatId >langchain4j-community-alloydb-pg</artificatId >
31- <version >1.0 .0-beta4 -SNAPSHOT</version >
31+ <version >1.1 .0-beta7 -SNAPSHOT</version >
3232</dependency >
3333```
3434
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >dev.langchain4j</groupId >
77 <artifactId >langchain4j-community</artifactId >
8- <version >1.0 .0-beta4 -SNAPSHOT</version >
8+ <version >1.1 .0-beta7 -SNAPSHOT</version >
99 <relativePath >../../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.langchain4j</groupId >
66 <artifactId >langchain4j-community</artifactId >
7- <version >1.0 .0-beta4 -SNAPSHOT</version >
7+ <version >1.1 .0-beta7 -SNAPSHOT</version >
88 <relativePath >../../pom.xml</relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 3232<dependency >
3333 <groupId >dev.langchain4j</groupId >
3434 <artificatId >langchain4j-community-cloud-sql-pg</artificatId >
35- <version >1.0 .0-beta4 -SNAPSHOT</version >
35+ <version >1.1 .0-beta7 -SNAPSHOT</version >
3636</dependency >
3737```
3838
You can’t perform that action at this time.
0 commit comments